home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb022.dms / pb022.adf / History < prev    next >
Text File  |  1992-09-04  |  7KB  |  148 lines

  1.  
  2.                             REVISION HISTORY
  3.                             ----------------
  4.  
  5.  
  6.      Version 1:     First release - May 1991
  7.  
  8.  
  9.      Version 2:     Internal
  10.  
  11.           - Added F10 shortcut to quit editing.
  12.           - Added <Esc> to return directly to program.
  13.           - May now cursor up/down through fields while editing.
  14.           - Added the ability to specify a database on the command line.
  15.           - Added <Esc> to Quit via keyboard.
  16.           - Added the "Add a Record" menu item.
  17.           - Bug fixes.
  18.  
  19.  
  20.      Version 3:     Internal,  September 1991
  21.  
  22.           - Added the "Display Entire Database" and "Display Matching
  23.             Records" menu items.
  24.           - Add "Print Matching Records" menu item.
  25.           - Changing the maximum number of records was causing crashes.
  26.             Hard-coded maximum at 600 records, and alloted memory
  27.             accordingly.
  28.           - Added the -s and -f command line options.
  29.           - Changed colors to make the screen more readable.
  30.           - Added the Progress Bar.
  31.           - Changed the sort algorithm from Bubble to Shell.  Much faster.
  32.           - More bug fixes.
  33.  
  34.  
  35.      Version 4:     Internal,  October 1991
  36.  
  37.           - Can now go directly to a record from the "Display Entire
  38.             Database" and "Display Matching Records" windows, by clicking
  39.             on it.
  40.           - Field Titles now stay neater after being changed.
  41.  
  42.  
  43.      Version 5.0:     77172 bytes.     Released November 1991
  44.  
  45.           - The Sort algorithm is now case independent.
  46.           - Added the Low Memory Warning.
  47.           - Bad bug: If the database was sorted decrementally, on a field
  48.             which was blank in some records, and a record was deleted,
  49.             one record's data would become corrupted.  Now fixed.
  50.           - When Displaying Entire Database, or Matching Records, you can
  51.             now back up, and display the Previous Page.
  52.           - Still more bug fixes.
  53.  
  54.  
  55.      Version 5.3:     98544 bytes.     Released January 1992
  56.  
  57.           - Added hardcopy print-out options.
  58.           - Added support for mailing labels.
  59.  
  60.  
  61.      Version 5.31:     99448 bytes.     Limited Release, April 1992
  62.  
  63.           - A 1000 record version of 5.3, with some bugs fixed.
  64.  
  65.  
  66.      Version 5.32:     98764 bytes.     Released May 1992
  67.  
  68.           - A bug in V5.3 would crash the program if the default of 9
  69.             fields was accepted, while Creating a New Database.  Corrected.
  70.           - Using the "-f" switch would sometimes cause an "Illegal
  71.             Function Error".  Corrected by requiring an "!" to be placed
  72.             at the end of the filename.
  73.           - In an attempt to eliminate extraneous characters, the Input
  74.             Requester would not allow input of characters > Ascii 126.
  75.             Without thinking, I was hampering European users.
  76.             Ascii values of 140-255 are now also accepted.
  77.           - When using the Print Displayed Record (F8) option, the first
  78.             line of the database was sometimes being printed 4-6 characters
  79.             to the left of the requested column.  At other times, a blank
  80.             line was inserted first, before printing the remainder
  81.             correctly.  These problems have been corrected.
  82.  
  83.  
  84.      Version 5.4:     Limited Release,  June 1992
  85.  
  86.           - Added the option to print the database to a file as well as to
  87.             the printer, and changed the selectors in the Print Options
  88.             Window from mutually exclusive, to "toggle" selectors.
  89.           - A "Device Unavailable" error was generated in V5.32 if, in the
  90.             Print Options Window, "Help" was selected just before a request
  91.             to "Print".  Finger trouble - corrected.
  92.           - An "Error #9" was generated in the Print Options Window, if an
  93.             attempt was made to print in "aligned" mode when the database
  94.             had very few fields.  More finger trouble - corrected.
  95.           - Changed the print-out in option "Block - 2 across" to include
  96.             the Field Titles along with the database contents.  This
  97.             required changing the print mode from Elite (96 characters per
  98.             line) to Condensed (136 characters per line).
  99.           - Added a new item to the Print Menu, to allow a record to be
  100.             copied to a file.  I would have prefered to copy it to the
  101.             Clipboard, but since I don't know how, I settled for this.
  102.           - Added a new item to the Delete Menu, to allow a selected Field
  103.             Title, and the contents of that field in ALL records of the
  104.             database, to be blanked in one operation.
  105.           - Added three items to the Change Menu, to allow the contents of
  106.             a data field, and the title, to be swapped with another field,
  107.             (IE. fields 3 and 7 may now change places in the database), and
  108.             to allow a new field to be added to the database, or to delete
  109.             the last field from the database.
  110.  
  111.  
  112.      Version 5.5:     117400 bytes.     Released July 20, 1992
  113.  
  114.           - Added "Range Search" capability:  <, >, =<, and =>.
  115.           - Added the ability to store a 1K+ "Note" along with each record.
  116.             Storage capacity of each record is now increased by 270%.
  117.             Databases made for Versions 3 through 5.4 are now not
  118.             compatible with V5.5, but may be easily made compatible just
  119.             by running the enclosed "Convert" program.
  120.           - Any field may now be added to or deleted from the database.
  121.  
  122.  
  123.  
  124.      The files comprising the Version 5.5 package should include:
  125.  
  126.      Filename                       Bytes   Description
  127.      --------                       -----   -----------
  128.      .info                            111
  129.      bBase.doc                      31426   Doc file suitable for reading
  130.      bBase.doc.info                  2564
  131.      bBaseII                       117400   The executable program
  132.      bBaseII.info                     938
  133.      bBase_printme.doc              33129   Doc file suitable for printing
  134.      bBase_printme.doc.info          2564
  135.      Convert                        31400   Convert databases to 5.5 format
  136.      Convert.info                     938
  137.      IMPORTANT_Readme                2161   Information file
  138.      IMPORTANT_Readme.info            348
  139.      Note_to_Version1_Users          2436   Information file
  140.      Note_to_Version1_Users.info      348
  141.      Note_to_Version5.3_Users        1273   Information file
  142.      Note_to_Version5.3_Users.info    348
  143.      Recipes.bbase                   3771   An example database
  144.      Revision_History                6745   This file
  145.      Revision_History.info            510
  146.  
  147.      Plus the bBase5.5.LZH file.
  148.